Uses of Class
com.google.cloud.spanner.Dialect
-
Packages that use Dialect Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.connection Internal API for Google Cloud Spanner.com.google.cloud.spanner.testing -
-
Uses of Dialect in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Dialect Modifier and Type Method Description static DialectDialect. fromName(String name)static DialectDialect. fromProto(DatabaseDialect databaseDialect)default DialectDatabaseClient. getDialect()Returns the SQL dialect that is used by the database.DialectDatabaseInfo. getDialect()The dialect that is used by the database.static DialectDialect. valueOf(String name)Returns the enum constant of this type with the specified name.static Dialect[]Dialect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.spanner with parameters of type Dialect Modifier and Type Method Description default com.google.api.gax.longrunning.OperationFuture<Database,CreateDatabaseMetadata>DatabaseAdminClient. createDatabase(String instanceId, String createDatabaseStatement, Dialect dialect, Iterable<String> statements)Creates a new database in a Cloud Spanner instance with the givenDialect.DatabaseInfo.BuilderDatabaseInfo.Builder. setDialect(Dialect dialect) -
Uses of Dialect in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return Dialect Modifier and Type Method Description default DialectConnection. getDialect()TheDialectthat is used by thisConnection.Methods in com.google.cloud.spanner.connection with parameters of type Dialect Modifier and Type Method Description static AbstractStatementParserAbstractStatementParser. getInstance(Dialect dialect)Get an instance ofAbstractStatementParserfor the specified dialect. -
Uses of Dialect in com.google.cloud.spanner.testing
Methods in com.google.cloud.spanner.testing with parameters of type Dialect Modifier and Type Method Description DatabaseRemoteSpannerHelper. createTestDatabase(Dialect dialect, Iterable<String> statements)Creates a test database defined bystatementsin the test instance.
-