dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatement Class
Properties Methods

OracleSqlStatement Class Members

The following tables list the members exposed by OracleSqlStatement.

Public Properties
 NameDescription
Public PropertyGets length of the statement in symbols. (Inherited from Devart.Common.SqlStatement)
Public PropertyGets number of line in the whole script where the statement can be located. (Inherited from Devart.Common.SqlStatement)
Public PropertyGets position of the statement in its line. (Inherited from Devart.Common.SqlStatement)
Public PropertyGets offset of the statement in the whole script text. (Inherited from Devart.Common.SqlStatement)
Public PropertyGets type of SQL*PLUS statement.  
Public PropertyGets type of the statement. (Inherited from Devart.Common.SqlStatement)
Public PropertyGets SQL statement to be executed. (Inherited from Devart.Common.SqlStatement)
Top
Public Methods
 NameDescription
Public MethodExecutes the statement.  
Public MethodExecutes the statement. (Inherited from Devart.Common.SqlStatement)
Top
See Also