| java.lang.Object org.apache.derby.impl.sql.GenericStatement
GenericStatement | public GenericStatement(SchemaDescriptor compilationSchema, String statementText, boolean isForReadOnly)(Code) | | Constructor for a Statement given the text of the statement in a String
Parameters: compilationSchema - schema Parameters: statementText - The text of the statement Parameters: isForReadOnly - if the statement is opened with level CONCUR_READ_ONLY |
getCompilationSchema | public String getCompilationSchema()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|