Class Sql
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.rdbaccess.Sql
-
public class Sql extends java.lang.ObjectSQL
-
-
Constructor Summary
Constructors Constructor Description Sql(SqlIdentifier identifier, Query query, SqlType sqlType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlIdentifieridentifier()SqlTypesqlType()Tablestables()
-
-
-
Constructor Detail
-
Sql
public Sql(SqlIdentifier identifier, Query query, SqlType sqlType)
-
-
Method Detail
-
sqlType
public SqlType sqlType()
-
tables
public Tables tables()
-
identifier
public SqlIdentifier identifier()
-
-