Class JaybirdStatementModel


  • public class JaybirdStatementModel
    extends java.lang.Object
    Simple model of the parsed statement. At the moment the original statement cannot be reconstructed from this model, but it should be possible when the parser is extended with the new functionality.
    • Constructor Detail

      • JaybirdStatementModel

        public JaybirdStatementModel()
    • Method Detail

      • getStatementType

        public int getStatementType()
      • setStatementType

        public void setStatementType​(int statementType)
      • getTableName

        public java.lang.String getTableName()
      • setTableName

        public void setTableName​(java.lang.String tableName)
      • hasReturning

        public boolean hasReturning()
      • setHasReturning

        public void setHasReturning()