Class Table

    • Constructor Detail

      • Table

        public Table()
    • Method Detail

      • getColumnLabels

        public String[] getColumnLabels()
      • buildInsertSQL

        protected String buildInsertSQL()
      • buildUpdateSQL

        protected String buildUpdateSQL()
      • buildDeleteSQL

        protected String buildDeleteSQL()
      • buildExistsSQL

        protected String buildExistsSQL()
      • buildGetSQL

        protected String buildGetSQL()
      • appendWhereKeyConditions

        protected void appendWhereKeyConditions​(TextBuilder sqlBuilder)
      • buildGetAllSQL

        protected String buildGetAllSQL()
      • getName

        public String getName()
      • getCatalog

        public String getCatalog()
      • setCatalog

        public Table setCatalog​(String catalog)
      • getSchema

        public String getSchema()
      • setSchema

        public Table setSchema​(String schema)
      • getKeyIncr

        public Field getKeyIncr()
      • getInsertSql

        public JdbcSql getInsertSql()
      • getUpdateSql

        public JdbcSql getUpdateSql()
      • getDeleteSql

        public JdbcSql getDeleteSql()
      • getGetSql

        public JdbcSql getGetSql()
      • getExistsSql

        public JdbcSql getExistsSql()