Uses of Class
com.invirgance.convirgance.jdbc.schema.DatabaseSchemaLayout
Packages that use DatabaseSchemaLayout
Package
Description
Provides classes that represent different database schema objects.
-
Uses of DatabaseSchemaLayout in com.invirgance.convirgance.jdbc
Methods in com.invirgance.convirgance.jdbc that return DatabaseSchemaLayoutModifier and TypeMethodDescriptionStoredConnection.getSchemaLayout()Returns the DatabaseSchemaLayout from this connection's driver and data source. -
Uses of DatabaseSchemaLayout in com.invirgance.convirgance.jdbc.schema
Constructors in com.invirgance.convirgance.jdbc.schema with parameters of type DatabaseSchemaLayoutModifierConstructorDescriptionView(com.invirgance.convirgance.json.JSONObject record, DatabaseSchemaLayout layout, Schema schema) -
Uses of DatabaseSchemaLayout in com.invirgance.convirgance.jdbc.sql
Constructors in com.invirgance.convirgance.jdbc.sql with parameters of type DatabaseSchemaLayoutModifierConstructorDescriptionBindExpressionStatement(DatabaseSchemaLayout layout, BindVariable bind) BindExpressionStatement(DatabaseSchemaLayout layout, BindVariable bind, String name) ColumnExpressionStatement(DatabaseSchemaLayout layout, Column column) ColumnExpressionStatement(DatabaseSchemaLayout layout, Column column, String name) ComparisonOperatorStatement(DatabaseSchemaLayout layout, ExpressionStatement left, ComparisonOperator operator, ExpressionStatement right) FromStatement(DatabaseSchemaLayout layout, TabularStructure table) FromStatement(DatabaseSchemaLayout layout, TabularStructure table, String name) IsNotNullComparisonStatement(DatabaseSchemaLayout layout, ExpressionStatement expression) IsNullComparisonStatement(DatabaseSchemaLayout layout, ExpressionStatement expression) LiteralExpressionStatement(DatabaseSchemaLayout layout, Object literal) LiteralExpressionStatement(DatabaseSchemaLayout layout, Object literal, String name) OrderByStatement(DatabaseSchemaLayout layout) SelectStatement(DatabaseSchemaLayout layout) WhereStatement(DatabaseSchemaLayout layout)