Interface SqlContext

All Known Implementing Classes:
PreparedSqlBuilder

public interface SqlContext
  • Method Details

    • appendParameter

      <BASIC> void appendParameter(InParameter<BASIC> parameter)
    • appendSql

      void appendSql(String sql)
    • cutBackSql

      void cutBackSql(int length)