Uses of Interface
org.sql.generation.api.grammar.definition.table.LikeClause

Packages that use LikeClause
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

Uses of LikeClause in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return LikeClause
 LikeClause DefinitionFactory.createLikeClause(TableName tableName)
          Creates a new LIKE <table name> clause for CREATE TABLE statement.
 



Copyright © 2010. All Rights Reserved.