- isKeyword
KeywordType isKeyword(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyword
KeywordType isKeyword(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- isOperator
OperatorType isOperator(KeywordType t)
Undocumented in source. Be warned that the author may not have intended to support it.
- isOperator
OperatorType isOperator(string s, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- operatorPrecedency
int operatorPrecedency(OperatorType t)
Undocumented in source. Be warned that the author may not have intended to support it.
- tokenize
Token[] tokenize(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
HibernateD - Object-Relation Mapping for D programming language, with interface similar to Hibernate.
Hibernate documentation can be found here: http://hibernate.org/docs
Source file hibernated/core.d.
This module contains HQL query parser and HQL to SQL transform implementation.