Class GenericStatement

java.lang.Object
org.apache.derby.impl.sql.GenericStatement
All Implemented Interfaces:
Statement

public class GenericStatement extends Object implements Statement
  • Field Details

    • compilationSchema

      private final SchemaDescriptor compilationSchema
    • statementText

      private final String statementText
    • isForReadOnly

      private final boolean isForReadOnly
    • prepareIsolationLevel

      private int prepareIsolationLevel
    • preparedStmt

      private GenericPreparedStatement preparedStmt
  • Constructor Details

    • GenericStatement

      public GenericStatement(SchemaDescriptor compilationSchema, String statementText, boolean isForReadOnly)
      Constructor for a Statement given the text of the statement in a String
      Parameters:
      compilationSchema - schema
      statementText - The text of the statement
      isForReadOnly - if the statement is opened with level CONCUR_READ_ONLY
  • Method Details