| 构造器和说明 |
|---|
SQLPhraseBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLPhrase |
build() |
List<SQLPhrase> |
buildList() |
static SQLPhrase.SQLPhraseBuilder |
create() |
SQLPhrase.SQLPhraseBuilder |
withFieldKey(String fieldKey) |
SQLPhrase.SQLPhraseBuilder |
withSchema(String schema) |
SQLPhrase.SQLPhraseBuilder |
withSQLExpress(SQLPhrase.SQLExpress sqlExpress) |
SQLPhrase.SQLPhraseBuilder |
withValues(Object[] values) |
public static SQLPhrase.SQLPhraseBuilder create()
public SQLPhrase.SQLPhraseBuilder withSchema(String schema)
public SQLPhrase.SQLPhraseBuilder withFieldKey(String fieldKey)
public SQLPhrase.SQLPhraseBuilder withSQLExpress(SQLPhrase.SQLExpress sqlExpress)
public SQLPhrase.SQLPhraseBuilder withValues(Object[] values)
Copyright © 2020. All rights reserved.