Exemple #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public java.io.OutputStream setAsciiStream(long arg0) throws java.sql.SQLException
        public override OutputStream setAsciiStream(long arg0)
        {
            RemConnection.throwNotYetImplemented();
            return(null);
        }
Exemple #2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public java.io.Writer setCharacterStream(long arg0) throws java.sql.SQLException
        public override Writer setCharacterStream(long arg0)
        {
            RemConnection.throwNotYetImplemented();
            return(null);
        }
Exemple #3
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public java.io.Reader getCharacterStream(long pos, long length) throws java.sql.SQLException
        public override Reader getCharacterStream(long pos, long length)
        {
            RemConnection.throwNotYetImplemented();
            return(null);
        }